lib/repo-finder-mount: Improve debug message
authorMatthew Leeds <matthew.leeds@endlessm.com>
Thu, 1 Mar 2018 23:43:38 +0000 (15:43 -0800)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 2 Mar 2018 19:16:33 +0000 (19:16 +0000)
This makes it easier to tell which mount is being checked when repos are
found.

Closes: #1477
Approved by: cgwalters

src/libostree/ostree-repo-finder-mount.c

index 41aefb753d70b049746f8dccdce434c6bb79ac70..41a6bed25049a48e18dfd070953294f854771312 100644 (file)
@@ -295,8 +295,8 @@ scan_and_add_repo (int                 dfd,
       };
       g_array_append_val (inout_repos_refs, val);
 
-      g_debug ("%s: Adding repo ‘%s’ (%ssortable)",
-               G_STRFUNC, path, sortable ? "" : "not ");
+      g_debug ("%s: Adding repo ‘%s’ on mount ‘%s’ (%ssortable)",
+               G_STRFUNC, path, mount_name, sortable ? "" : "not ");
     }
 }